Version

RowAddingEventArgs Constructor(Hashtable,Dictionary<String,Object>)

Constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal values As Hashtable, _
   ByVal unboundValues As Dictionary(Of String,Object) _
)
public RowAddingEventArgs( 
   Hashtable values,
   Dictionary<string,object> unboundValues
)

Parameters

values
New cell values for the row that is being added.
unboundValues
New cell values for unbound columns in the grid for the row that is being added.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also